Home
last modified time | relevance | path

Searched defs:num_tensors (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dscoped_allocator_ops_test.cc128 const string& name, int32 id, int32 num_tensors) { in BuildNodeDef()
145 int32 num_tensors) { in BuildNodeDefWithReshape()
162 const string& name, int32 id, int32 num_tensors) { in MakeOp()
262 const string& name, int32 id, int32 num_tensors, in BuildNodeDef()
278 int32 id, int32 num_tensors, in MakeOp()
Dsave_restore_v2_ops.cc45 const int num_tensors = static_cast<int>(tensor_names.NumElements()); in ValidateInputs() local
103 const int num_tensors = static_cast<int>(tensor_names.NumElements()); in Compute() local
Dtensor_array_ops.cc1257 int32 num_tensors = static_cast<int32>(tensor_lengths->NumElements()); in Compute() local
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtensor.h52 int num_tensors = tensor_list.size; in VectorOfTensors() local
/external/tensorflow/tensorflow/lite/delegates/flex/
Dtest_util.cc70 void FlexModelTest::AddTensors(int num_tensors, const std::vector<int>& inputs, in AddTensors()
/external/tensorflow/tensorflow/lite/
Dgraph_info_test.cc42 size_t num_tensors() const override { return tensors_.size(); } in num_tensors() function in tflite::__anon531b66cb0111::SimpleTestGraph
Darena_planner_test.cc132 size_t num_tensors() const override { return graph_->tensors()->size(); } in num_tensors() function in tflite::__anon43acde040111::TestGraphInfo
Dinterpreter_test.cc1545 int num_tensors = 3; in SetUp() local
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmessage_wrappers.cc796 size_t InMemoryRunStepResponse::num_tensors() const { return tensors_.size(); } in num_tensors() function in tensorflow::InMemoryRunStepResponse
839 size_t OwnedProtoRunStepResponse::num_tensors() const { in num_tensors() function in tensorflow::OwnedProtoRunStepResponse
891 size_t NonOwnedProtoRunStepResponse::num_tensors() const { in num_tensors() function in tensorflow::NonOwnedProtoRunStepResponse
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tensor.cc997 Py_ssize_t num_tensors = PySequence_Fast_GET_SIZE(tensors); in TFE_Py_TensorShapeSlice() local
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc114 size_t num_tensors() const override { return subgraph_->tensors().size(); } in num_tensors() function in tflite::InterpreterInfo
/external/tensorflow/tensorflow/core/kernels/data/
Dcache_dataset_ops.cc103 static size_t StringPaddingSize(size_t num_tensors) { in StringPaddingSize()
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc131 const string& key_prefix, int64 src_incarnation, int64 num_tensors, in ReceiveTensorsAsync()
/external/tensorflow/tensorflow/python/tpu/
Dtensor_tracer.py208 def _create_tensor_values_cache(graph, num_tensors): argument