/external/tensorflow/tensorflow/lite/tools/optimize/calibration/ |
D | calibration_logger.h | 27 void Update(const float* values, size_t tensor_size) { in Update() 68 size_t tensor_size) { in LogTensorValue()
|
D | calibrator_test.cc | 71 const size_t tensor_size = 1 * 8 * 8 * 3; in TEST() local 134 const size_t tensor_size = 1 * 8 * 8 * 3; in TEST() local
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | rpcbench_test.cc | 124 GraphDef CreateGraphDef(int num_stages, int width, int tensor_size, in CreateGraphDef() 157 string DebugString(const Tensor& x, const Tensor& y, int tensor_size) { in DebugString() 169 static void BM_Helper(int iters, int width, int num_stages, int tensor_size, in BM_Helper() 235 static void BM_RPC(int iters, int width, int tensor_size) { in BM_RPC()
|
/external/tensorflow/tensorflow/core/grappler/inputs/ |
D | trivial_test_graph_input_yielder.cc | 31 GraphDef CreateGraphDef(int num_stages, int width, int tensor_size, in CreateGraphDef() 90 int num_stages, int width, int tensor_size, bool insert_queue, in TrivialTestGraphInputYielder()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | unary_ops_composition_test.cc | 90 static Graph* UnaryOpsChain(int tensor_size, int repeat_graph, in UnaryOpsChain() 118 static Graph* UnaryOpsCompo(int tensor_size, int repeat_graph, in UnaryOpsCompo()
|
D | stack.cc | 166 const Tensor* tensor_size; in Compute() local
|
D | tensor_array_ops.cc | 184 const Tensor* tensor_size; in CreateTensorArray() local
|
/external/tensorflow/tensorflow/lite/python/ |
D | interpreter.py | 189 def resize_tensor_input(self, input_index, tensor_size): argument
|
/external/tensorflow/tensorflow/contrib/mpi/ |
D | mpi_rendezvous_mgr.cc | 182 const int tensor_size = static_cast<int>(val.TotalBytes()); in AddRequest() local
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | ring_alg.cc | 125 const size_t tensor_size = col_params->instance.shape.num_elements() * in GenerateSubdivsInCollectiveParams() local
|
D | ring_reducer_test.cc | 633 size_t tensor_size = chunk_size * num_chunks; in TEST_F() local
|
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/ |
D | tflite_driver.cc | 94 size_t tensor_size = tensor.bytes / sizeof(T); in TypedCheck() local
|
/external/tensorflow/tensorflow/lite/testing/ |
D | tflite_driver.cc | 92 size_t tensor_size = tensor.bytes / sizeof(T); in TypedCheck() local
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | ndarray_tensor.cc | 223 const size_t tensor_size = TF_TensorByteSize(src); in CopyTF_TensorStringsToPyArray() local
|
/external/tensorflow/tensorflow/core/util/tensor_bundle/ |
D | tensor_bundle_test.cc | 887 int tensor_size) { in BM_BundleAlignmentByteOff()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | virtual_scheduler.cc | 1046 const auto tensor_size = in GenerateRunMetadata() local
|
D | op_level_cost_estimator.cc | 1034 int64 tensor_size = 1; in CalculateTensorElementCount() local
|
/external/tensorflow/tensorflow/contrib/verbs/ |
D | rdma.cc | 1534 size_t tensor_size = result_tensor_->TotalBytes(); in AllocateTensors() local
|
/external/tensorflow/tensorflow/c/ |
D | c_api_test.cc | 2345 const size_t tensor_size[] = {TF_ARRAYSIZE(tensor1), TF_ARRAYSIZE(tensor2)}; in TEST_F() local
|