Home
last modified time | relevance | path

Searched refs:GetSink (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Dhash_utils.cc80 Status GetSink(const GraphDef& graph_def, const NodeDef** sink) { in GetSink() function
689 TF_RETURN_IF_ERROR(GetSink(graph_def, &sink)); in HashGraph()
695 TF_RETURN_IF_ERROR(GetSink(a, &sink_a)); in CheckGraphsEqual()
697 TF_RETURN_IF_ERROR(GetSink(b, &sink_b)); in CheckGraphsEqual()
/external/pigweed/pw_trace_tokenized/public/pw_trace_tokenized/
Dtrace_callback.h159 SinkCallbacks* GetSink(SinkHandle handle);
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dgraph_pruning.cc103 Operation* sink_op = source_op.GetSink().getOperation(); in VisitOp()
Dtpu_device_propagation.cc73 return ops_have_same_device(source, source.GetSink()); in IsSupportedExecutorOp()
/external/pigweed/pw_trace_tokenized/
Dtrace.cc237 CallbacksImpl::SinkCallbacks* CallbacksImpl::GetSink(SinkHandle handle) { in GetSink() function in pw::trace::CallbacksImpl
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dexport_graphdef.cc296 input_inst = next_iter_source.GetSink(); in AddEdgeBetweenNodes()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_executor_ops.td474 NextIterationSinkOp GetSink() {