Skip to content

Commit d9bdbbd

Browse files
akuegeltensorflower-gardener
authored andcommitted
Delete unimplemented function declaration.
PiperOrigin-RevId: 230214093
1 parent 9b27163 commit d9bdbbd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tensorflow/compiler/xla/service/cpu/ir_emitter.h

-8
Original file line numberDiff line numberDiff line change
@@ -250,14 +250,6 @@ class IrEmitter : public DfsHloVisitorWithDefault,
250250
llvm::Value* EmitBufferPointer(const BufferAllocation::Slice& slice,
251251
const Shape& target_shape);
252252

253-
// Emits a function into the current module. This can be used for
254-
// computations embedded inside other computations, such as the
255-
// function that a map operation applies.
256-
StatusOr<llvm::Function*> EmitFunction(
257-
HloComputation* function, // The function to emit.
258-
absl::string_view
259-
function_name_suffix); // Used for LLVM IR register names.
260-
261253
// Emits a call to a thread local function (e.g. to the computation nested
262254
// within a reduce or a map). Thread local callees (by definition) only write
263255
// to and read from thread local allocations.

0 commit comments

Comments
 (0)