/external/tensorflow/tensorflow/core/common_runtime/ |
D | placer_test.cc | 243 Status BuildGraph(const GraphDefBuilder& builder, Graph* out_graph) { in BuildGraph() function in tensorflow::__anon8328a5de0111::PlacerTest 249 Status BuildGraph(const GraphDef& graph_def, Graph* out_graph) { in BuildGraph() function in tensorflow::__anon8328a5de0111::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 …]
|
D | graph_execution_state.h | 137 Status BuildGraph(const BuildGraphOptions& options,
|
D | graph_execution_state.cc | 176 TF_RETURN_IF_ERROR(ret->BuildGraph(subgraph_options, out_client_graph)); in MakeForPrunedGraph() 852 Status GraphExecutionState::BuildGraph(const BuildGraphOptions& options, in BuildGraph() function in tensorflow::GraphExecutionState
|
D | direct_session.cc | 1604 execution_state->BuildGraph(subgraph_options, &client_graph)); in CreateGraphs()
|
/external/tensorflow/tensorflow/security/fuzzing/op_fuzzing/ |
D | fuzz_session.h | 38 void BuildGraph(const Scope& scope) override { \ 74 virtual void BuildGraph(const Scope& scope) = 0; 93 BuildGraph(root); in InitIfNeeded()
|
/external/armnn/src/armnn/test/ |
D | ShapeInferenceTests.cpp | 30 LayerT* BuildGraph(Graph* graph, const std::vector<TensorShape>& inputShapes, Args &&... args) in BuildGraph() function 114 auto layer = BuildGraph<LayerT>(&graph, inputShapes, std::forward<Args>(args)...); in CreateGraphAndRunTest() 239 auto layer = BuildGraph<ConstantLayer>(&graph, {}, "constant"); in BOOST_AUTO_TEST_CASE() 290 auto layer = BuildGraph<Convolution2dLayer>(&graph, in BOOST_AUTO_TEST_CASE() 335 auto layer = BuildGraph<DepthwiseConvolution2dLayer>(&graph, in BOOST_AUTO_TEST_CASE() 377 auto layer = BuildGraph<DetectionPostProcessLayer>(&graph, in BOOST_AUTO_TEST_CASE() 410 auto layer = BuildGraph<FullyConnectedLayer>(&graph, in BOOST_AUTO_TEST_CASE() 467 …auto layer = BuildGraph<LstmLayer>(&graph, {inputShape, inputCellState, inputCellState}, descripto… in BOOST_AUTO_TEST_CASE() 555 …auto layer = BuildGraph<QLstmLayer>(&graph, {inputShape, inputCellState, inputCellState}, descript… in BOOST_AUTO_TEST_CASE() 583 …auto layer = BuildGraph<QuantizedLstmLayer>(&graph, {inputShape, inputCellState, inputCellState}, … in BOOST_AUTO_TEST_CASE() [all …]
|
/external/tensorflow/tensorflow/core/kernels/fuzzing/ |
D | fuzz_session.h | 39 void BuildGraph(const Scope& scope) override { \ 75 virtual void BuildGraph(const Scope& scope) = 0; 94 BuildGraph(root); in InitIfNeeded()
|
D | decode_csv_fuzz.cc | 23 void BuildGraph(const Scope& scope) override { in BuildGraph() function in tensorflow::fuzzing::FuzzDecodeCsv
|
D | check_numerics_fuzz.cc | 24 void BuildGraph(const Scope& scope) override { in BuildGraph() function in tensorflow::fuzzing::FuzzCheckNumerics
|
D | parse_tensor_op_fuzz.cc | 25 void BuildGraph(const Scope& scope) final { in BuildGraph() function in tensorflow::fuzzing::FuzzParseTensor
|
D | decode_compressed_fuzz.cc | 23 void BuildGraph(const Scope& scope) override { in BuildGraph() function in tensorflow::fuzzing::FuzzDecodeCompressed
|
D | string_split_fuzz.cc | 23 void BuildGraph(const Scope& scope) override { in BuildGraph() function in tensorflow::fuzzing::FuzzStringSplit
|
D | string_split_v2_fuzz.cc | 23 void BuildGraph(const Scope& scope) override { in BuildGraph() function in tensorflow::fuzzing::FuzzStringSplitV2
|
D | example_proto_fast_parsing_fuzz.cc | 30 void BuildGraph(const Scope& scope) final { in BuildGraph() function in tensorflow::fuzzing::FuzzExampleProtoFastParsing
|
D | one_hot_fuzz.cc | 27 void BuildGraph(const Scope& scope) override { in BuildGraph() function in tensorflow::fuzzing::FuzzOneHot
|
D | scatter_nd_fuzz.cc | 26 void BuildGraph(const Scope& scope) override { in BuildGraph() function in tensorflow::fuzzing::FuzzScatterNd
|
/external/tensorflow/tensorflow/lite/delegates/hexagon/ |
D | hexagon_delegate_kernel.h | 68 TfLiteStatus BuildGraph(TfLiteContext* context,
|
D | hexagon_delegate_kernel.cc | 85 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/ |
D | auto_parallel.h | 59 void BuildGraph(GraphDef* graph);
|
D | auto_parallel.cc | 241 void AutoParallel::BuildGraph(GraphDef* graph) { in BuildGraph() function in tensorflow::grappler::AutoParallel 269 BuildGraph(output); in Optimize()
|
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | ToposortStructs.cpp | 53 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/ |
D | nnapi_delegate_kernel.h | 395 TfLiteStatus BuildGraph(TfLiteContext* context,
|
D | nnapi_delegate.cc | 3902 TF_LITE_ENSURE_STATUS(BuildGraph(context, delegate_options, in Init() 5243 TfLiteStatus NNAPIDelegateKernel::BuildGraph( in BuildGraph() function in tflite::delegate::nnapi::NNAPIDelegateKernel
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | randomized_tests.cc | 128 Status BuildGraph(const string& name_prefix, const string& device, 205 Status OpTestBuilder::BuildGraph(const string& name_prefix, in BuildGraph() function in tensorflow::__anon5454a3200111::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/ |
D | master_session.cc | 1534 TF_RETURN_IF_ERROR(execution_state_->BuildGraph(opts, &client_graph)); in StartStep() 2004 TF_RETURN_IF_ERROR(execution_state_->BuildGraph(opts, &client_graph)); in MakeCallable()
|