Home
last modified time | relevance | path

Searched defs:bhwc (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dtranspose.cc73 const std::string bhwc[] = {batch_id, "Y", "X", "dst_channel"}; in GetTransposeCode() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/testing/
Dinterpreter_utils.cc71 TensorFloat32 bhwc; in InterpreterInvokeWithOpResolver() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_builder_helper.cc96 absl::Status ExtractTensorShape(const TfLiteTensor& tflite_tensor, BHWC* bhwc) { in ExtractTensorShape()
Dmodel_builder.cc2009 auto read_bhwc = [&](int tensor_index, BHWC* bhwc) -> absl::Status { in ReadAttribsWithBatch()
2027 auto read_hwc = [&](int tensor_index, BHWC* bhwc) -> absl::Status { in ReadAttribsWithoutBatch()