Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/kernels/
Dscoped_allocator_ops_test.cc129 const string& name, int32 id, int32 num_tensors) { in BuildNodeDef()
146 int32 num_tensors) { in BuildNodeDefWithReshape()
163 const string& name, int32 id, int32 num_tensors) { in MakeOp()
263 const string& name, int32 id, int32 num_tensors, in BuildNodeDef()
279 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.cc1249 int32 num_tensors = static_cast<int32>(tensor_lengths->NumElements()); in Compute() local
/external/tensorflow/tensorflow/python/framework/
Dpython_api_parameter_converter.cc268 Py_ssize_t num_tensors = PyList_GET_SIZE(tensor_list); in ConvertInputsWithTypeAttr() local
290 Py_ssize_t num_tensors = PyList_GET_SIZE(tensor_list); in ConvertInputsWithTypeAttr() local
331 Py_ssize_t num_tensors = PyList_GET_SIZE(params[input.tensor_list_params[0]]); in ConvertInputsWithTypeListAttr() local
415 int num_tensors = PyList_GET_SIZE(params[inputs.tensor_list_params[j]]); in InferLengthAttributes() local
/external/tensorflow/tensorflow/lite/kernels/internal/
Dportable_tensor.h38 int num_tensors = tensor_list.size; in VectorOfTensors() local
/external/tensorflow/tensorflow/c/eager/parallel_device/
Dparallel_device_lib.h173 size_t num_tensors() const { return tensors_.size(); } in num_tensors() function
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmemory_management.cc47 size_t num_tensors = obj_assignment.object_ids.size(); in ObjectsToOffsets() local
/external/tensorflow/tensorflow/lite/micro/kernels/ethos_u/
Dethosu.cc70 int num_tensors = 0; in Eval() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/memory_management/
Dgreedy_by_size_assignment.cc71 const size_t num_tensors = usage_records.size(); in GreedyBySizeAssignment() local
/external/tensorflow/tensorflow/lite/delegates/flex/
Dtest_util.cc74 void FlexModelTest::AddTensors(int num_tensors, const std::vector<int>& inputs, in AddTensors()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmessage_wrappers.cc815 size_t InMemoryRunStepResponse::num_tensors() const { return tensors_.size(); } in num_tensors() function in tensorflow::InMemoryRunStepResponse
858 size_t OwnedProtoRunStepResponse::num_tensors() const { in num_tensors() function in tensorflow::OwnedProtoRunStepResponse
910 size_t NonOwnedProtoRunStepResponse::num_tensors() const { in num_tensors() function in tensorflow::NonOwnedProtoRunStepResponse
/external/tensorflow/tensorflow/python/debug/lib/
Ddumping_callback.py656 def _get_symbolic_tensor_ids(self, num_tensors): argument
/external/tensorflow/tensorflow/lite/
Dgraph_info_test.cc63 size_t num_tensors() const override { return tensors_.size(); } in num_tensors() function in tflite::__anonb6ed36e90111::SimpleTestGraph
Darena_planner_test.cc143 size_t num_tensors() const override { return graph_->tensors()->size(); } in num_tensors() function in tflite::__anond3fd21620111::TestGraphInfo
Dinterpreter_test.cc1447 int num_tensors = 3; in SetUp() local
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer_utils.py847 def num_tensors(self): member in TrackableWeightHandler
/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/
Dtfr_ops.cc487 int64_t num_tensors = preceding_build_list.getNumOperands(); in matchAndRewrite() local
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tensor.cc1046 Py_ssize_t num_tensors = PySequence_Fast_GET_SIZE(tensors); in TFE_Py_TensorShapeSlice() local
/external/tensorflow/tensorflow/core/kernels/data/
Diterator_ops.cc390 int64 num_tensors = serialized_t->dim_size(0); in InitFromTensor() local
Dcache_dataset_ops.cc129 static size_t StringPaddingSize(size_t num_tensors) { in StringPaddingSize()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dsnapshot_util.cc789 int num_tensors = metadata->tensor_metadata_size(); in SnappyUncompress() local
/external/tensorflow/tensorflow/lite/micro/
Dtest_helpers.cc870 const Model* GetModelWithOfflinePlanning(int num_tensors, in GetModelWithOfflinePlanning()
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc180 size_t num_tensors() const override { return subgraph_->tensors_size(); } in num_tensors() function in tflite::InterpreterInfo
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc138 const string& key_prefix, int64 src_incarnation, int64 num_tensors, in ReceiveTensorsAsync()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc927 const size_t num_tensors = op.N(); in Verify() local

12