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

  /external/tensorflow/tensorflow/core/kernels/
quantized_add_op.cc 375 const int64 tensor_value = static_cast<int64>(tensor_data[i]); local
377 tensor_0_int64 + (tensor_value * tensor_mult_int32);
435 const int64 tensor_value = static_cast<int64>(tensor_data[i]); local
437 tensor_0_int64 + (tensor_value * tensor_mult_int32);
tensor_array_ops.cc 393 const Tensor* tensor_value; variable
395 OP_REQUIRES_OK(ctx, ctx->input("value", &tensor_value));
407 ctx, tensor_value->dtype() == tensor_array->ElemType(),
411 DataTypeString(tensor_value->dtype()), "."));
412 PersistentTensor persistent_tensor(*tensor_value); variable
1010 const Tensor* tensor_value; variable
1207 const Tensor* tensor_value; variable
    [all...]

Completed in 89 milliseconds