Home
last modified time | relevance | path

Searched refs:BuildGraph (Results 1 – 25 of 25) 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::__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 …]
Dgraph_execution_state.h137 Status BuildGraph(const BuildGraphOptions& options,
Dgraph_execution_state.cc176 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
Ddirect_session.cc1604 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/armnn/src/armnn/test/
DShapeInferenceTests.cpp30 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/
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
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
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.h59 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.h395 TfLiteStatus BuildGraph(TfLiteContext* context,
Dnnapi_delegate.cc3902 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/
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::__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/
Dmaster_session.cc1534 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()