HomeSort by relevance Sort by last modified time
    Searched refs:tensor_value (Results 1 - 12 of 12) sorted by null

  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_tensor_test.cc 62 {"tensor_value"}, // show the tensor value.
67 EXPECT_GT(root.children(0).tensor_value().value_double_size(), 10);
69 EXPECT_GT(root.children(1).tensor_value().value_double_size(), 10);
71 EXPECT_EQ(root.children(2).tensor_value().value_double_size(), 1);
  /external/tensorflow/tensorflow/core/kernels/
tensor_array_ops.cc 425 const Tensor* tensor_value; variable
427 OP_REQUIRES_OK(ctx, ctx->input("value", &tensor_value));
439 ctx, tensor_value->dtype() == tensor_array->ElemType(),
443 DataTypeString(tensor_value->dtype()), "."));
444 PersistentTensor persistent_tensor(*tensor_value); variable
1044 const Tensor* tensor_value; variable
1242 const Tensor* tensor_value; variable
    [all...]
quantized_add_op.cc 374 const int64 tensor_value = static_cast<int64>(tensor_data[i]); local
376 tensor_0_int64 + (tensor_value * tensor_mult_int32);
434 const int64 tensor_value = static_cast<int64>(tensor_data[i]); local
436 tensor_0_int64 + (tensor_value * tensor_mult_int32);
  /external/tensorflow/tensorflow/python/framework/
constant_op.py 279 tensor_value = attr_value_pb2.AttrValue()
280 tensor_value.tensor.CopyFrom(
284 dtype_value = attr_value_pb2.AttrValue(type=tensor_value.tensor.dtype)
287 attrs={"value": tensor_value,
  /external/tensorflow/tensorflow/python/debug/cli/
stepper_cli.py 542 tensor_value = self._node_stepper.get_tensor_value(tensor_name)
547 tensor_value,
584 tensor_value = eval(parsed.tensor_value_str) # pylint: disable=eval-used
587 self._node_stepper.override_tensor(tensor_name, tensor_value)
594 tensor_value,
  /external/tensorflow/tensorflow/core/common_runtime/eager/
kernel_and_device.cc 341 for (const TensorValue& tensor_value : inputs) {
342 input_vector.push_back(*tensor_value.tensor);
  /external/tensorflow/tensorflow/python/debug/lib/
grpc_debug_test_server.py 154 tensor_value = debug_data.load_tensor_from_event(event)
156 tensor_value)
debug_data.py 130 tensor_value = InconvertibleTensorProto(tensor_proto)
133 tensor_value = tensor_util.MakeNdarray(tensor_proto)
135 tensor_value = InconvertibleTensorProto(tensor_proto)
138 tensor_value = InconvertibleTensorProto(tensor_proto, False)
140 return tensor_value
    [all...]
  /external/tensorflow/tensorflow/python/tools/
optimize_for_inference_lib.py 193 tensor_value = tensor_util.MakeNdarray(input_tensor)
194 return tensor_value
  /external/tensorflow/tensorflow/python/data/kernel_tests/
map_test.py 875 tensor_value = attr_value_pb2.AttrValue()
876 tensor_value.tensor.CopyFrom(
886 "value": tensor_value,
    [all...]
  /external/tensorflow/tensorflow/python/ops/
rnn_cell_impl.py     [all...]
  /external/tensorflow/tensorflow/lite/python/
op_hint.py 377 tensor_value = _ops.convert_to_tensor(value)
380 tensor=tensor_value.op.node_def.attr["value"].tensor))
    [all...]

Completed in 415 milliseconds