Home
last modified time | relevance | path

Searched defs:BuildGraph (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/fuzzing/
Ddecode_csv_fuzz.cc23 void BuildGraph(const Scope& scope) override { in BuildGraph() function in tensorflow::fuzzing::FuzzDecodeCsv
Ddecode_compressed_fuzz.cc23 void BuildGraph(const Scope& scope) override { in BuildGraph() function in tensorflow::fuzzing::FuzzDecodeCompressed
Dstring_split_fuzz.cc23 void BuildGraph(const Scope& scope) override { in BuildGraph() function in tensorflow::fuzzing::FuzzStringSplit
Dstring_split_v2_fuzz.cc23 void BuildGraph(const Scope& scope) override { in BuildGraph() function in tensorflow::fuzzing::FuzzStringSplitV2
Dparse_tensor_op_fuzz.cc25 void BuildGraph(const Scope& scope) final { in BuildGraph() function in tensorflow::fuzzing::FuzzParseTensor
Dcheck_numerics_fuzz.cc24 void BuildGraph(const Scope& scope) override { in BuildGraph() function in tensorflow::fuzzing::FuzzCheckNumerics
Dexample_proto_fast_parsing_fuzz.cc30 void BuildGraph(const Scope& scope) final { in BuildGraph() function in tensorflow::fuzzing::FuzzExampleProtoFastParsing
Done_hot_fuzz.cc27 void BuildGraph(const Scope& scope) override { in BuildGraph() function in tensorflow::fuzzing::FuzzOneHot
Dscatter_nd_fuzz.cc26 void BuildGraph(const Scope& scope) override { in BuildGraph() function in tensorflow::fuzzing::FuzzScatterNd
/external/tensorflow/tensorflow/lite/delegates/hexagon/
Dhexagon_delegate_kernel.cc239 TfLiteStatus HexagonDelegateKernel::BuildGraph( in BuildGraph() function in tflite::HexagonDelegateKernel
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_parallel.cc241 void AutoParallel::BuildGraph(GraphDef* graph) { in BuildGraph() function in tensorflow::grappler::AutoParallel
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DToposortStructs.cpp53 Graph<const TStructure *> BuildGraph(SymbolEnv &symbolEnv, in BuildGraph() function
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_execution_state.cc847 Status GraphExecutionState::BuildGraph(const BuildGraphOptions& options, in BuildGraph() function in tensorflow::GraphExecutionState
Dplacer_test.cc243 Status BuildGraph(const GraphDefBuilder& builder, Graph* out_graph) { in BuildGraph() function in tensorflow::__anon97448ef90111::PlacerTest
249 Status BuildGraph(const GraphDef& graph_def, Graph* out_graph) { in BuildGraph() function in tensorflow::__anon97448ef90111::PlacerTest
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc4681 TfLiteStatus NNAPIDelegateKernel::BuildGraph( in BuildGraph() function in tflite::delegate::nnapi::NNAPIDelegateKernel
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc205 Status OpTestBuilder::BuildGraph(const string& name_prefix, in BuildGraph() function in tensorflow::__anon68708c3b0111::OpTestBuilder