HomeSort by relevance Sort by last modified time
    Searched defs:MakeTensor (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/lite/delegates/flex/
buffer_map_test.cc 78 tensorflow::Tensor MakeTensor(const std::vector<int>& shape,
171 MakeTensor<float>({1, 2, 1, 3}, {0, 0, 0, 0.123f, 0, 0});
188 MakeTensor<float>({1, 2, 1, 3}, {0, 0, 0, 0.123f, 0, 0});
189 tensorflow::Tensor t2 = MakeTensor<int>({1, 2, 4}, {0, 0, 0, 3, 0, 0, 1, 2});
200 MakeTensor<float>({1, 2, 1, 3}, {0, 0, 0, 0.123f, 0, 0});
215 MakeTensor<float>({1, 2, 1, 3}, {0, 0, 0, 0.123f, 0, 0});
  /external/tensorflow/tensorflow/core/kernels/
sparse_dense_binary_op_shared_test.cc 225 static Node* MakeTensor(Graph* g, int B, int M, int N) {
280 Node* dense = MakeTensor(g, 8, 4, N); \
  /external/tensorflow/tensorflow/compiler/jit/
xla_launch_util.h 221 static Tensor MakeTensor(DataType dtype, const TensorShape& shape,
  /external/tensorflow/tensorflow/c/
c_api_internal.h 200 static Tensor MakeTensor(TF_DataType type, const TensorShape& shape,
  /external/tensorflow/tensorflow/lite/tools/optimize/
quantize_weights.cc 224 void MakeTensor(const string& name, const std::vector<int32_t>& shape,
318 MakeTensor(dequant_name, tensor->shape, &dequantize_output);
  /external/tensorflow/tensorflow/python/lib/core/
py_func.cc 323 Tensor MakeTensor(DataType dtype, const TensorShape& shape) {
414 *ret = buf->MakeTensor(dtype, shape);

Completed in 4294 milliseconds