Home
last modified time | relevance | path

Searched refs:temp_tensor (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/linalg/
Dtridiagonal_solve_op_gpu.cu.cc210 Tensor temp_tensor; in SolveWithGtsv() local
213 context->allocate_temp(DT_UINT8, temp_shape, &temp_tensor)); in SolveWithGtsv()
214 void* buffer = temp_tensor.flat<std::uint8_t>().data(); in SolveWithGtsv()
318 Tensor temp_tensor; in ComputeWithGtsvBatched() local
321 context->allocate_temp(DT_UINT8, temp_shape, &temp_tensor)); in ComputeWithGtsvBatched()
322 void* buffer = temp_tensor.flat<std::uint8_t>().data(); in ComputeWithGtsvBatched()
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dops_custom.md320 TfLiteTensor* temp_tensor = &context->tensors[op_data->temp_tensor_index];
321 temp_tensor->type = kTfLiteFloat32;
322 temp_tensor->allocation_type = kTfLiteArenaRw;
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc1383 TensorProto temp_tensor; in GetTensorShapeProtoFromTensorProto() local
1384 tensor.AsProtoField(&temp_tensor); in GetTensorShapeProtoFromTensorProto()
1388 for (const auto& value : temp_tensor.type##_val()) { \ in GetTensorShapeProtoFromTensorProto()