Home
last modified time | relevance | path

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

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