Home
last modified time | relevance | path

Searched refs:BuildGraph (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
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
412 TF_EXPECT_OK(BuildGraph(b, &g)); in TEST_F()
433 TF_EXPECT_OK(BuildGraph(b, &g)); in TEST_F()
451 TF_EXPECT_OK(BuildGraph(b, &g)); in TEST_F()
475 TF_EXPECT_OK(BuildGraph(b, &g)); in TEST_F()
496 TF_EXPECT_OK(BuildGraph(b, &g)); in TEST_F()
553 TF_EXPECT_OK(BuildGraph(b, &g)); in TEST_F()
568 TF_EXPECT_OK(BuildGraph(b, &g)); in TEST_F()
583 TF_EXPECT_OK(BuildGraph(b, &g)); in TEST_F()
[all …]
Dgraph_execution_state.h137 Status BuildGraph(const BuildGraphOptions& options,
Dgraph_execution_state.cc175 TF_RETURN_IF_ERROR(ret->BuildGraph(subgraph_options, out_client_graph)); in MakeForPrunedGraph()
847 Status GraphExecutionState::BuildGraph(const BuildGraphOptions& options, in BuildGraph() function in tensorflow::GraphExecutionState
Ddirect_session.cc1609 execution_state->BuildGraph(subgraph_options, &client_graph)); in CreateGraphs()
/external/tensorflow/tensorflow/security/fuzzing/op_fuzzing/
Dfuzz_session.h38 void BuildGraph(const Scope& scope) override { \
74 virtual void BuildGraph(const Scope& scope) = 0;
93 BuildGraph(root); in InitIfNeeded()
/external/tensorflow/tensorflow/core/kernels/fuzzing/
Dfuzz_session.h39 void BuildGraph(const Scope& scope) override { \
75 virtual void BuildGraph(const Scope& scope) = 0;
94 BuildGraph(root); in InitIfNeeded()
Ddecode_csv_fuzz.cc23 void BuildGraph(const Scope& scope) override { in BuildGraph() function in tensorflow::fuzzing::FuzzDecodeCsv
Dcheck_numerics_fuzz.cc24 void BuildGraph(const Scope& scope) override { in BuildGraph() function in tensorflow::fuzzing::FuzzCheckNumerics
Dparse_tensor_op_fuzz.cc25 void BuildGraph(const Scope& scope) final { in BuildGraph() function in tensorflow::fuzzing::FuzzParseTensor
Dstring_split_fuzz.cc23 void BuildGraph(const Scope& scope) override { in BuildGraph() function in tensorflow::fuzzing::FuzzStringSplit
Ddecode_compressed_fuzz.cc23 void BuildGraph(const Scope& scope) override { in BuildGraph() function in tensorflow::fuzzing::FuzzDecodeCompressed
Dstring_split_v2_fuzz.cc23 void BuildGraph(const Scope& scope) override { in BuildGraph() function in tensorflow::fuzzing::FuzzStringSplitV2
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.h68 TfLiteStatus BuildGraph(TfLiteContext* context,
Dhexagon_delegate_kernel.cc85 BuildGraph(context, params->input_tensors, params->output_tensors)); in Init()
239 TfLiteStatus HexagonDelegateKernel::BuildGraph( in BuildGraph() function in tflite::HexagonDelegateKernel
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_parallel.h62 void BuildGraph(GraphDef* graph);
Dauto_parallel.cc241 void AutoParallel::BuildGraph(GraphDef* graph) { in BuildGraph() function in tensorflow::grappler::AutoParallel
269 BuildGraph(output); in Optimize()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DToposortStructs.cpp53 Graph<const TStructure *> BuildGraph(SymbolEnv &symbolEnv, in BuildGraph() function
342 Graph<const TStructure *> g = BuildGraph(symbolEnv, structs); in ToposortStructs()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_kernel.h360 TfLiteStatus BuildGraph(TfLiteContext* context,
Dnnapi_delegate.cc3648 TF_LITE_ENSURE_STATUS(BuildGraph(context, delegate_options, in Init()
4681 TfLiteStatus NNAPIDelegateKernel::BuildGraph( in BuildGraph() function in tflite::delegate::nnapi::NNAPIDelegateKernel
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc128 Status BuildGraph(const string& name_prefix, const string& device,
205 Status OpTestBuilder::BuildGraph(const string& name_prefix, in BuildGraph() function in tensorflow::__anon68708c3b0111::OpTestBuilder
873 Status status = builder.BuildGraph( in ExpectTfAndXlaOutputsAreClose()
883 status = builder.BuildGraph(absl::StrCat("test", num_tests_, "_test"), in ExpectTfAndXlaOutputsAreClose()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc1540 TF_RETURN_IF_ERROR(execution_state_->BuildGraph(opts, &client_graph)); in StartStep()
2010 TF_RETURN_IF_ERROR(execution_state_->BuildGraph(opts, &client_graph)); in MakeCallable()